projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
402988e
)
Adjust toggle-menu-bar-mode-from-frame doc string
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 31 Jan 2022 17:28:41 +0000
(18:28 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 31 Jan 2022 17:30:15 +0000
(18:30 +0100)
* lisp/menu-bar.el (toggle-menu-bar-mode-from-frame): Adjust the
doc string to reflect what it does (bug#43383).
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index b6dbf209ec1e2685d6f72931d4e8987fbb820bc2..bde34ac910d86ca5b672730f497f574a6404a828 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-2537,7
+2537,7
@@
Use \\[menu-bar-mode] to make the menu bar appear."))))
(put 'menu-bar-mode 'standard-value '(t))
(defun toggle-menu-bar-mode-from-frame (&optional arg)
- "Toggle display of the menu bar
of the current frame
.
+ "Toggle display of the menu bar.
See `menu-bar-mode' for more information."
(interactive (list (or current-prefix-arg 'toggle)))
(if (eq arg 'toggle)